

/* 滚动内容样式 */
.scroll_main {
	width: 550px;
	display: block;
	margin: 40px auto;
	background-color:#fff;
	border:1px solid #9a9a9a;
}

/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height: 350px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}
.scroll_wrap .scroll_cont p {
	padding:0px;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius:5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}

.alertBoxContPop{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 800;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.6);
}
.popBoxCont{
	height:82%;
	width: 90%;
	max-width:600px;
	overflow: hidden;
	background: #eaeaea;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tableBox{
	padding: 50px 10px 40px;
	position: relative;
	box-sizing: content-box;
}
.tableBox *{
	box-sizing: content-box;
}
.tableBox h2{
	font-size:20px;
	line-height: 30px;
	text-align: center;
	color: #022060;
}
.tableBox h2:after{
	content: "";
	display: block;
	background: #022060;
	width: 70px;
	margin: 0 auto;
	margin-top: 15px;
	height: 3px;
}

.txtboxCont{
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0 20px;
	border: 0px;
	background: none;
}
.clostCont{
	background:url("../images/n_bg2.png") no-repeat center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 15px;
}
.scroll_cont{
	color: #282828;
	font-size:14px;
	line-height: 26px;
}
.rightText{
	float: right;
	margin-top: 10px;
}
.backGroundTxt{
	margin: 30px 20px 0px;
	background: #fff;
}
.scroll_wrap{
	width: auto;
	height: auto;
	padding: 0 15px;
}
.textHrefBox{
	padding:25px;
}
.textHrefBox h5{
	font-size:16px;
	color: #0064b8;
	line-height: 30px;
}
.textHrefBox p{
	font-size:14px;
	line-height: 24px;
	color: #0064b8;
}

.textArrebox p{
	text-indent: 2em;
}

.tableBox:before{
	content: "";
	display: block;
	background: url("../images/n_bg0.png") no-repeat center center;
	height: 21px;
	width:100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tableBox:after{
	content: "";
	display: block;
	background: url("../images/n_bg1.png") no-repeat center center;
	height: 21px;
	width:100%;
	position: absolute;
	left: 0;
	bottom: -2px;
}
